Tootsville::Infinity-Get-Avatars

Function

Infinity-Get-Avatars names a function, with lambda list (D USER RECIPIENT/S):

Get avatar data for a list of (other) users.

Lisp GET-AVATARS = JSON getAvatars

Synonym for TOOTSVILLE INFINITY-FINGER

Usage

The d datum is a JSON object, with (ignored) keys tied to values which must be the names of users.

Example

{ c: "getAvatars",
  d: { "foo": "mouser",
       "bar": "catvlle" } }

Status 200 OK

The avatar information for each user requested will be returned in an associative array object with the same keys as the source query. The values of each key are the avatar data as returned by TOOTSVILLE INFINITY-FINGER, i.e. the information returned by TOOTSVILLE TOOT-INFO.

File

Defined in file src/infinity/legacy-commands.lisp.